If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
NEW : We have got a new blog where we post some interesting SWF internals info.
List of issues#1584 Rotating SVG text problem
Author: SyntaxTerror
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed
> What steps will reproduce the problem?
Export a shape in SVG format.
Edit it with Inkscape.
Create a SVG text, chage it to path and rotate it.
Save the SVG file.
Replace the shape in JPEXS.
> What is the expected output? What do you see instead?
Expected: rotated text
Seen instead: rotated text, but deformed (see screenshot)
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
version 11.3.0
OP: Windows 10 family 1903
> Please provide any additional information below. If the problem is related to a SWF
file, attach it here, otherwise we can't help you.
I believe that the problem is caused by JPEXS, not Inkscape:
- the file is saved by default as "SVG (Inkscape)", I tried to save it as a normal SVG and
the same issue occurs.
- I exported the deformed text shape and opened it with Inkscape, it was deformed while
the file imported to JPEXS isn't.
The problem seems to occur if the characters of the text are grouped after being changed
to path.
If the text changed to path is degrouped (i.e. all characters are separate shapes), the
text is imported without being deformed.
If the text isn't changed to path, it doesn't appear when imported to JPEXS (or I don't
know how to do).
JPEXS SVG issue.jpg (284 KiB)
Note: on the screenshot, the text in the middle has been degrouped.
This is fixed in nightly 1882.
Text must be converted to paths prior import since we do not support text SVG tags.
State: new→upgraded
State: upgraded→closed